SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.option.security
Interface CHVService


public interface CHVService

A card service interface for CHV(Card Holder Verification).


Method Summary
 void close(SecurityDomain domain)
           Resets the CHV performed before.
 void verify(SecurityDomain domain, int number, byte[] pin)
           Performs CHV.
 

Method Detail

verify

public void verify(SecurityDomain domain,
                   int number,
                   byte[] pin)
            throws CHVException,
                   CardServiceException
Performs CHV.

Parameters:
domain - the SecurityDomain.
number - the number of the PIN.
pin - the PIN.
Throws:
CHVException - if the CHV failed.
CardServiceException - if the service encountered an error.

close

public void close(SecurityDomain domain)
           throws CardServiceException
Resets the CHV performed before.

Parameters:
domain - the SecurityDomain.
Throws:
CardServiceException - if the service encountered an error .

SDK/J Authentication Package ver1.0
RICOH Confidential